[INFO] fetching crate feroxide 1.3.2...
[INFO] fixing feroxide-1.3.2 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] extracting crate feroxide 1.3.2 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate feroxide 1.3.2
[INFO] finished tweaking crates.io crate feroxide 1.3.2
[INFO] tweaked toml for crates.io crate feroxide 1.3.2 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate feroxide 1.3.2 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 9 packages to latest compatible versions
[INFO] [stderr]       Adding lazy_static v0.2.11 (available: v1.5.0)
[INFO] [stderr]       Adding toml v0.4.10 (available: v1.1.2+spec-1.1.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `feroxide` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1275f96d58b19237c8dadeb9e7d51305d390bc9068bd76a07cf4f7dda4d642f8
[INFO] running `Command { std: "docker" "start" "1275f96d58b19237c8dadeb9e7d51305d390bc9068bd76a07cf4f7dda4d642f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1275f96d58b19237c8dadeb9e7d51305d390bc9068bd76a07cf4f7dda4d642f8" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1275f96d58b19237c8dadeb9e7d51305d390bc9068bd76a07cf4f7dda4d642f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1275f96d58b19237c8dadeb9e7d51305d390bc9068bd76a07cf4f7dda4d642f8" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2015 edition to 2018
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `feroxide` (manifest) generated 1 warning
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling toml v0.4.10
[INFO] [stderr]    Compiling feroxide v1.3.2 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/build.rs from 2015 edition to 2018
[INFO] [stderr]        Fixed src/build.rs (1 fix)
[INFO] [stderr]    Migrating src/lib.rs from 2015 edition to 2018
[INFO] [stderr]        Fixed src/electron.rs (4 fixes)
[INFO] [stderr]        Fixed src/molecule.rs (5 fixes)
[INFO] [stderr]        Fixed src/data_molecules.rs (1 fix)
[INFO] [stderr]        Fixed src/display_impls.rs (7 fixes)
[INFO] [stderr]        Fixed src/ion.rs (6 fixes)
[INFO] [stderr]        Fixed src/trait_reaction.rs (4 fixes)
[INFO] [stderr]        Fixed src/trait_properties.rs (1 fix)
[INFO] [stderr]        Fixed src/data_sep.rs (5 fixes)
[INFO] [stderr]        Fixed src/data_atoms.rs (2 fixes)
[INFO] [stderr]        Fixed src/lib.rs (13 fixes)
[INFO] [stderr]        Fixed src/redox.rs (7 fixes)
[INFO] [stderr]        Fixed src/namings.rs (1 fix)
[INFO] [stderr]        Fixed src/trait_element.rs (3 fixes)
[INFO] [stderr]        Fixed src/reaction.rs (6 fixes)
[INFO] [stderr]        Fixed src/container.rs (6 fixes)
[INFO] [stderr]        Fixed src/data_ions.rs (1 fix)
[INFO] [stderr]        Fixed src/atom.rs (3 fixes)
[INFO] [stderr]        Fixed src/lib.rs (31 fixes)
[INFO] [stderr]    Migrating src/main.rs from 2015 edition to 2018
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s
[INFO] [stderr] crater-edition-check: feroxide v1.3.2 (/opt/rustwide/workdir) updating edition from 2015 to 2018
[INFO] [stderr]    Compiling feroxide v1.3.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `atom`
[INFO] [stdout]  --> src/data_atoms.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use atom::Atom;
[INFO] [stdout]   |     ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::atom::Atom;
[INFO] [stdout]   |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `types`
[INFO] [stdout]  --> src/data_atoms.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use types::{ AtomNumber, AtomMass, AtomGroup };
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::types::{ AtomNumber, AtomMass, AtomGroup };
[INFO] [stdout]   |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/electron.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / lazy_static! {
[INFO] [stdout] ...  |
[INFO] [stdout] 32 | |     };
[INFO] [stdout] 33 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `atom`
[INFO] [stdout]  --> src/data_atoms.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use atom::Atom;
[INFO] [stdout]   |     ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::atom::Atom;
[INFO] [stdout]   |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `types`
[INFO] [stdout]  --> src/data_atoms.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use types::{ AtomNumber, AtomMass, AtomGroup };
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::types::{ AtomNumber, AtomMass, AtomGroup };
[INFO] [stdout]   |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]  --> src/data_ions.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | / lazy_static! {
[INFO] [stdout] 5 | |     pub static ref HYDROXIDE: Ion = Ion::from_string("OH;-".to_owned()).unwrap();
[INFO] [stdout] 6 | |     pub static ref AMMONIUM: Ion = Ion::from_string("NH4;1+".to_owned()).unwrap();
[INFO] [stdout] 7 | |     pub static ref SULPHATE: Ion = Ion::from_string("SO4;2-".to_owned()).unwrap();
[INFO] [stdout] 8 | | }
[INFO] [stdout]   | |_^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]  --> src/data_ions.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | / lazy_static! {
[INFO] [stdout] 5 | |     pub static ref HYDROXIDE: Ion = Ion::from_string("OH;-".to_owned()).unwrap();
[INFO] [stdout] 6 | |     pub static ref AMMONIUM: Ion = Ion::from_string("NH4;1+".to_owned()).unwrap();
[INFO] [stdout] 7 | |     pub static ref SULPHATE: Ion = Ion::from_string("SO4;2-".to_owned()).unwrap();
[INFO] [stdout] 8 | | }
[INFO] [stdout]   | |_^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]  --> src/data_ions.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | / lazy_static! {
[INFO] [stdout] 5 | |     pub static ref HYDROXIDE: Ion = Ion::from_string("OH;-".to_owned()).unwrap();
[INFO] [stdout] 6 | |     pub static ref AMMONIUM: Ion = Ion::from_string("NH4;1+".to_owned()).unwrap();
[INFO] [stdout] 7 | |     pub static ref SULPHATE: Ion = Ion::from_string("SO4;2-".to_owned()).unwrap();
[INFO] [stdout] 8 | | }
[INFO] [stdout]   | |_^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]  --> src/data_molecules.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | / lazy_static! {
[INFO] [stdout] 5 | |     pub static ref WATER: Molecule = Molecule::from_string("H2O".to_owned()).unwrap();
[INFO] [stdout] 6 | |     pub static ref CO2: Molecule = Molecule::from_string("CO2".to_owned()).unwrap();
[INFO] [stdout] 7 | |     pub static ref AMMONIA: Molecule = Molecule::from_string("NH3".to_owned()).unwrap();
[INFO] [stdout] 8 | |     pub static ref SUGAR: Molecule = Molecule::from_string("C12H22O11".to_owned()).unwrap();
[INFO] [stdout] 9 | | }
[INFO] [stdout]   | |_^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]  --> src/data_molecules.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | / lazy_static! {
[INFO] [stdout] 5 | |     pub static ref WATER: Molecule = Molecule::from_string("H2O".to_owned()).unwrap();
[INFO] [stdout] 6 | |     pub static ref CO2: Molecule = Molecule::from_string("CO2".to_owned()).unwrap();
[INFO] [stdout] 7 | |     pub static ref AMMONIA: Molecule = Molecule::from_string("NH3".to_owned()).unwrap();
[INFO] [stdout] 8 | |     pub static ref SUGAR: Molecule = Molecule::from_string("C12H22O11".to_owned()).unwrap();
[INFO] [stdout] 9 | | }
[INFO] [stdout]   | |_^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]  --> src/data_molecules.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | / lazy_static! {
[INFO] [stdout] 5 | |     pub static ref WATER: Molecule = Molecule::from_string("H2O".to_owned()).unwrap();
[INFO] [stdout] 6 | |     pub static ref CO2: Molecule = Molecule::from_string("CO2".to_owned()).unwrap();
[INFO] [stdout] 7 | |     pub static ref AMMONIA: Molecule = Molecule::from_string("NH3".to_owned()).unwrap();
[INFO] [stdout] 8 | |     pub static ref SUGAR: Molecule = Molecule::from_string("C12H22O11".to_owned()).unwrap();
[INFO] [stdout] 9 | | }
[INFO] [stdout]   | |_^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]  --> src/data_molecules.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | / lazy_static! {
[INFO] [stdout] 5 | |     pub static ref WATER: Molecule = Molecule::from_string("H2O".to_owned()).unwrap();
[INFO] [stdout] 6 | |     pub static ref CO2: Molecule = Molecule::from_string("CO2".to_owned()).unwrap();
[INFO] [stdout] 7 | |     pub static ref AMMONIA: Molecule = Molecule::from_string("NH3".to_owned()).unwrap();
[INFO] [stdout] 8 | |     pub static ref SUGAR: Molecule = Molecule::from_string("C12H22O11".to_owned()).unwrap();
[INFO] [stdout] 9 | | }
[INFO] [stdout]   | |_^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data_sep.rs:79:1
[INFO] [stdout]     |
[INFO] [stdout]  79 | / lazy_static! {
[INFO] [stdout]  80 | |     pub static ref SEPMAP: HashMap<u64, SEP> = {
[INFO] [stdout]  81 | |         let mut map = HashMap::new();
[INFO] [stdout] ...   |
[INFO] [stdout] 158 | |     };
[INFO] [stdout] 159 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/electron.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / lazy_static! {
[INFO] [stdout] ...  |
[INFO] [stdout] 32 | |     };
[INFO] [stdout] 33 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]  --> src/data_ions.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | / lazy_static! {
[INFO] [stdout] 5 | |     pub static ref HYDROXIDE: Ion = Ion::from_string("OH;-".to_owned()).unwrap();
[INFO] [stdout] 6 | |     pub static ref AMMONIUM: Ion = Ion::from_string("NH4;1+".to_owned()).unwrap();
[INFO] [stdout] 7 | |     pub static ref SULPHATE: Ion = Ion::from_string("SO4;2-".to_owned()).unwrap();
[INFO] [stdout] 8 | | }
[INFO] [stdout]   | |_^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]  --> src/data_ions.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | / lazy_static! {
[INFO] [stdout] 5 | |     pub static ref HYDROXIDE: Ion = Ion::from_string("OH;-".to_owned()).unwrap();
[INFO] [stdout] 6 | |     pub static ref AMMONIUM: Ion = Ion::from_string("NH4;1+".to_owned()).unwrap();
[INFO] [stdout] 7 | |     pub static ref SULPHATE: Ion = Ion::from_string("SO4;2-".to_owned()).unwrap();
[INFO] [stdout] 8 | | }
[INFO] [stdout]   | |_^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]  --> src/data_ions.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | / lazy_static! {
[INFO] [stdout] 5 | |     pub static ref HYDROXIDE: Ion = Ion::from_string("OH;-".to_owned()).unwrap();
[INFO] [stdout] 6 | |     pub static ref AMMONIUM: Ion = Ion::from_string("NH4;1+".to_owned()).unwrap();
[INFO] [stdout] 7 | |     pub static ref SULPHATE: Ion = Ion::from_string("SO4;2-".to_owned()).unwrap();
[INFO] [stdout] 8 | | }
[INFO] [stdout]   | |_^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]  --> src/data_molecules.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | / lazy_static! {
[INFO] [stdout] 5 | |     pub static ref WATER: Molecule = Molecule::from_string("H2O".to_owned()).unwrap();
[INFO] [stdout] 6 | |     pub static ref CO2: Molecule = Molecule::from_string("CO2".to_owned()).unwrap();
[INFO] [stdout] 7 | |     pub static ref AMMONIA: Molecule = Molecule::from_string("NH3".to_owned()).unwrap();
[INFO] [stdout] 8 | |     pub static ref SUGAR: Molecule = Molecule::from_string("C12H22O11".to_owned()).unwrap();
[INFO] [stdout] 9 | | }
[INFO] [stdout]   | |_^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]  --> src/data_molecules.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | / lazy_static! {
[INFO] [stdout] 5 | |     pub static ref WATER: Molecule = Molecule::from_string("H2O".to_owned()).unwrap();
[INFO] [stdout] 6 | |     pub static ref CO2: Molecule = Molecule::from_string("CO2".to_owned()).unwrap();
[INFO] [stdout] 7 | |     pub static ref AMMONIA: Molecule = Molecule::from_string("NH3".to_owned()).unwrap();
[INFO] [stdout] 8 | |     pub static ref SUGAR: Molecule = Molecule::from_string("C12H22O11".to_owned()).unwrap();
[INFO] [stdout] 9 | | }
[INFO] [stdout]   | |_^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]  --> src/data_molecules.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | / lazy_static! {
[INFO] [stdout] 5 | |     pub static ref WATER: Molecule = Molecule::from_string("H2O".to_owned()).unwrap();
[INFO] [stdout] 6 | |     pub static ref CO2: Molecule = Molecule::from_string("CO2".to_owned()).unwrap();
[INFO] [stdout] 7 | |     pub static ref AMMONIA: Molecule = Molecule::from_string("NH3".to_owned()).unwrap();
[INFO] [stdout] 8 | |     pub static ref SUGAR: Molecule = Molecule::from_string("C12H22O11".to_owned()).unwrap();
[INFO] [stdout] 9 | | }
[INFO] [stdout]   | |_^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]  --> src/data_molecules.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | / lazy_static! {
[INFO] [stdout] 5 | |     pub static ref WATER: Molecule = Molecule::from_string("H2O".to_owned()).unwrap();
[INFO] [stdout] 6 | |     pub static ref CO2: Molecule = Molecule::from_string("CO2".to_owned()).unwrap();
[INFO] [stdout] 7 | |     pub static ref AMMONIA: Molecule = Molecule::from_string("NH3".to_owned()).unwrap();
[INFO] [stdout] 8 | |     pub static ref SUGAR: Molecule = Molecule::from_string("C12H22O11".to_owned()).unwrap();
[INFO] [stdout] 9 | | }
[INFO] [stdout]   | |_^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data_sep.rs:79:1
[INFO] [stdout]     |
[INFO] [stdout]  79 | / lazy_static! {
[INFO] [stdout]  80 | |     pub static ref SEPMAP: HashMap<u64, SEP> = {
[INFO] [stdout]  81 | |         let mut map = HashMap::new();
[INFO] [stdout] ...   |
[INFO] [stdout] 158 | |     };
[INFO] [stdout] 159 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `feroxide` (lib) due to 2 previous errors; 9 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `feroxide` (lib test) due to 2 previous errors; 9 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "1275f96d58b19237c8dadeb9e7d51305d390bc9068bd76a07cf4f7dda4d642f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1275f96d58b19237c8dadeb9e7d51305d390bc9068bd76a07cf4f7dda4d642f8", kill_on_drop: false }`
[INFO] [stdout] 1275f96d58b19237c8dadeb9e7d51305d390bc9068bd76a07cf4f7dda4d642f8
